3.13.92 \(\int \frac {d+e x}{\sqrt {a^2+2 a b x+b^2 x^2}} \, dx\)

Optimal. Leaf size=69 \[ \frac {(a+b x) (b d-a e) \log (a+b x)}{b^2 \sqrt {a^2+2 a b x+b^2 x^2}}+\frac {e \sqrt {a^2+2 a b x+b^2 x^2}}{b^2} \]

________________________________________________________________________________________

Rubi [A]  time = 0.02, antiderivative size = 69, normalized size of antiderivative = 1.00, number of steps used = 3, number of rules used = 3, integrand size = 26, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.115, Rules used = {640, 608, 31} \begin {gather*} \frac {(a+b x) (b d-a e) \log (a+b x)}{b^2 \sqrt {a^2+2 a b x+b^2 x^2}}+\frac {e \sqrt {a^2+2 a b x+b^2 x^2}}{b^2} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[(d + e*x)/Sqrt[a^2 + 2*a*b*x + b^2*x^2],x]

[Out]

(e*Sqrt[a^2 + 2*a*b*x + b^2*x^2])/b^2 + ((b*d - a*e)*(a + b*x)*Log[a + b*x])/(b^2*Sqrt[a^2 + 2*a*b*x + b^2*x^2
])

Rule 31

Int[((a_) + (b_.)*(x_))^(-1), x_Symbol] :> Simp[Log[RemoveContent[a + b*x, x]]/b, x] /; FreeQ[{a, b}, x]

Rule 608

Int[1/Sqrt[(a_) + (b_.)*(x_) + (c_.)*(x_)^2], x_Symbol] :> Dist[(b/2 + c*x)/Sqrt[a + b*x + c*x^2], Int[1/(b/2
+ c*x), x], x] /; FreeQ[{a, b, c}, x] && EqQ[b^2 - 4*a*c, 0]

Rule 640

Int[((d_.) + (e_.)*(x_))*((a_.) + (b_.)*(x_) + (c_.)*(x_)^2)^(p_), x_Symbol] :> Simp[(e*(a + b*x + c*x^2)^(p +
 1))/(2*c*(p + 1)), x] + Dist[(2*c*d - b*e)/(2*c), Int[(a + b*x + c*x^2)^p, x], x] /; FreeQ[{a, b, c, d, e, p}
, x] && NeQ[2*c*d - b*e, 0] && NeQ[p, -1]

Rubi steps

\begin {align*} \int \frac {d+e x}{\sqrt {a^2+2 a b x+b^2 x^2}} \, dx &=\frac {e \sqrt {a^2+2 a b x+b^2 x^2}}{b^2}+\frac {\left (2 b^2 d-2 a b e\right ) \int \frac {1}{\sqrt {a^2+2 a b x+b^2 x^2}} \, dx}{2 b^2}\\ &=\frac {e \sqrt {a^2+2 a b x+b^2 x^2}}{b^2}+\frac {\left (\left (2 b^2 d-2 a b e\right ) \left (a b+b^2 x\right )\right ) \int \frac {1}{a b+b^2 x} \, dx}{2 b^2 \sqrt {a^2+2 a b x+b^2 x^2}}\\ &=\frac {e \sqrt {a^2+2 a b x+b^2 x^2}}{b^2}+\frac {(b d-a e) (a+b x) \log (a+b x)}{b^2 \sqrt {a^2+2 a b x+b^2 x^2}}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.02, size = 40, normalized size = 0.58 \begin {gather*} \frac {(a+b x) ((b d-a e) \log (a+b x)+b e x)}{b^2 \sqrt {(a+b x)^2}} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[(d + e*x)/Sqrt[a^2 + 2*a*b*x + b^2*x^2],x]

[Out]

((a + b*x)*(b*e*x + (b*d - a*e)*Log[a + b*x]))/(b^2*Sqrt[(a + b*x)^2])

________________________________________________________________________________________

IntegrateAlgebraic [B]  time = 0.45, size = 196, normalized size = 2.84 \begin {gather*} \frac {\left (a \sqrt {b^2} e+a b e+b^2 (-d)-\sqrt {b^2} b d\right ) \log \left (\sqrt {a^2+2 a b x+b^2 x^2}-a-\sqrt {b^2} x\right )}{2 \left (b^2\right )^{3/2}}+\frac {\left (-a \sqrt {b^2} e+a b e+b^2 (-d)+\sqrt {b^2} b d\right ) \log \left (\sqrt {a^2+2 a b x+b^2 x^2}+a-\sqrt {b^2} x\right )}{2 \left (b^2\right )^{3/2}}+\frac {e \sqrt {a^2+2 a b x+b^2 x^2}}{2 b^2}-\frac {e x}{2 \sqrt {b^2}} \end {gather*}

Antiderivative was successfully verified.

[In]

IntegrateAlgebraic[(d + e*x)/Sqrt[a^2 + 2*a*b*x + b^2*x^2],x]

[Out]

-1/2*(e*x)/Sqrt[b^2] + (e*Sqrt[a^2 + 2*a*b*x + b^2*x^2])/(2*b^2) + ((-(b^2*d) - b*Sqrt[b^2]*d + a*b*e + a*Sqrt
[b^2]*e)*Log[-a - Sqrt[b^2]*x + Sqrt[a^2 + 2*a*b*x + b^2*x^2]])/(2*(b^2)^(3/2)) + ((-(b^2*d) + b*Sqrt[b^2]*d +
 a*b*e - a*Sqrt[b^2]*e)*Log[a - Sqrt[b^2]*x + Sqrt[a^2 + 2*a*b*x + b^2*x^2]])/(2*(b^2)^(3/2))

________________________________________________________________________________________

fricas [A]  time = 0.40, size = 24, normalized size = 0.35 \begin {gather*} \frac {b e x + {\left (b d - a e\right )} \log \left (b x + a\right )}{b^{2}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((e*x+d)/((b*x+a)^2)^(1/2),x, algorithm="fricas")

[Out]

(b*e*x + (b*d - a*e)*log(b*x + a))/b^2

________________________________________________________________________________________

giac [A]  time = 0.16, size = 46, normalized size = 0.67 \begin {gather*} \frac {x e \mathrm {sgn}\left (b x + a\right )}{b} + \frac {{\left (b d \mathrm {sgn}\left (b x + a\right ) - a e \mathrm {sgn}\left (b x + a\right )\right )} \log \left ({\left | b x + a \right |}\right )}{b^{2}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((e*x+d)/((b*x+a)^2)^(1/2),x, algorithm="giac")

[Out]

x*e*sgn(b*x + a)/b + (b*d*sgn(b*x + a) - a*e*sgn(b*x + a))*log(abs(b*x + a))/b^2

________________________________________________________________________________________

maple [A]  time = 0.05, size = 45, normalized size = 0.65 \begin {gather*} -\frac {\left (b x +a \right ) \left (a e \ln \left (b x +a \right )-b d \ln \left (b x +a \right )-b e x \right )}{\sqrt {\left (b x +a \right )^{2}}\, b^{2}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((e*x+d)/((b*x+a)^2)^(1/2),x)

[Out]

-(b*x+a)*(ln(b*x+a)*a*e-ln(b*x+a)*b*d-b*e*x)/((b*x+a)^2)^(1/2)/b^2

________________________________________________________________________________________

maxima [A]  time = 1.02, size = 52, normalized size = 0.75 \begin {gather*} \frac {d \log \left (x + \frac {a}{b}\right )}{b} - \frac {a e \log \left (x + \frac {a}{b}\right )}{b^{2}} + \frac {\sqrt {b^{2} x^{2} + 2 \, a b x + a^{2}} e}{b^{2}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((e*x+d)/((b*x+a)^2)^(1/2),x, algorithm="maxima")

[Out]

d*log(x + a/b)/b - a*e*log(x + a/b)/b^2 + sqrt(b^2*x^2 + 2*a*b*x + a^2)*e/b^2

________________________________________________________________________________________

mupad [B]  time = 0.94, size = 79, normalized size = 1.14 \begin {gather*} \frac {e\,\sqrt {a^2+2\,a\,b\,x+b^2\,x^2}}{b^2}+\frac {d\,\ln \left (a+b\,x+\sqrt {{\left (a+b\,x\right )}^2}\right )}{b}-\frac {a\,b\,e\,\ln \left (a\,b+\sqrt {{\left (a+b\,x\right )}^2}\,\sqrt {b^2}+b^2\,x\right )}{{\left (b^2\right )}^{3/2}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((d + e*x)/((a + b*x)^2)^(1/2),x)

[Out]

(e*(a^2 + b^2*x^2 + 2*a*b*x)^(1/2))/b^2 + (d*log(a + b*x + ((a + b*x)^2)^(1/2)))/b - (a*b*e*log(a*b + ((a + b*
x)^2)^(1/2)*(b^2)^(1/2) + b^2*x))/(b^2)^(3/2)

________________________________________________________________________________________

sympy [A]  time = 0.17, size = 20, normalized size = 0.29 \begin {gather*} \frac {e x}{b} - \frac {\left (a e - b d\right ) \log {\left (a + b x \right )}}{b^{2}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((e*x+d)/((b*x+a)**2)**(1/2),x)

[Out]

e*x/b - (a*e - b*d)*log(a + b*x)/b**2

________________________________________________________________________________________